.fa-angle-down:before {
    content: "\f107";
    font-size: 28px;
}

a#accordion {
    float: right;
    color: #003E90;
    font-size: 21px;
}

.panel {
    border-bottom: 1px solid #ae094a;
    margin-top: 30px;
}


.panel-heading {
    background: #386BB2 !important;
    padding: 10px 0px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

h2 {
    color: #003e90;
    font-size: 24px;
    font-weight: bold;
}

img.case-study-img-one {
    width: 75%;
    border-radius: 32px !important;
    margin-bottom: 30px;
}